Skip to content

iboutsikas/userspace_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

list.h for userspace

This is the kernel's list.h with some modifications so it works in userspace. All you need is list.h and list_hacks.h. This repository also includes some examples on how to use the list, in case you need them.

To use the list you need to be compiling with the gnu90 standard. You must also not be using the -pendantic flag for gcc.

Building the examples

Just cd to the examples directory and run make. This will create an executable called list_examples in the examples directory.

NOTE

This code is NOT provided to you by your TAs. You MUST reference it and cite it if you use it. You are not allowed to copy/paste this code into your project(with the exception for list.h and list_hacks.h). Doing so is plagiarism.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages